home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmsyscm / _setup.1 / AHMTIllegalAbort.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-11-12  |  1.5 KB  |  47 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTIllegalAbort.pas' rev: 3.00
  6.  
  7. #ifndef AHMTIllegalAbortHPP
  8. #define AHMTIllegalAbortHPP
  9. #include <AHMSystem.hpp>
  10. #include <AHMTStoreData.hpp>
  11. #include <Classes.hpp>
  12. #include <SysInit.hpp>
  13. #include <System.hpp>
  14.  
  15. //-- user supplied -----------------------------------------------------------
  16.  
  17. namespace Ahmtillegalabort
  18. {
  19. //-- type declarations -------------------------------------------------------
  20. class DELPHICLASS TAHMIllegalAbort;
  21. class PASCALIMPLEMENTATION TAHMIllegalAbort : public Ahmsystem::TAHMSystemsComponent 
  22. {
  23.     typedef Ahmsystem::TAHMSystemsComponent inherited;
  24.     
  25. private:
  26.     Ahmtstoredata::TAHMDataStore* FParamStore;
  27.     Classes::TNotifyEvent FIllegalAbort;
  28.     
  29. public:
  30.     __fastcall virtual TAHMIllegalAbort(Classes::TComponent* AOwner);
  31.     __fastcall virtual ~TAHMIllegalAbort(void);
  32.     virtual void __fastcall Loaded(void);
  33.     
  34. __published:
  35.     __property Ahmtstoredata::TAHMDataStore* ParamStore = {read=FParamStore, write=FParamStore};
  36.     __property Classes::TNotifyEvent OnIllegalAbort = {read=FIllegalAbort, write=FIllegalAbort};
  37. };
  38.  
  39. //-- var, const, procedure ---------------------------------------------------
  40.  
  41. }    /* namespace Ahmtillegalabort */
  42. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  43. using namespace Ahmtillegalabort;
  44. #endif
  45. //-- end unit ----------------------------------------------------------------
  46. #endif    // AHMTIllegalAbort
  47.